LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Add Method (ListWithEvents<T>)







The object to be added to the end of the ListWithEvents<T>. The value can be null for reference types.
Adds an object to the end of the ListWithEvents<T>.
Syntax
public void Add( 
   T item
)
'Declaration
 
Public Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim item As T
 
instance.Add(item)
public void Add( 
   T item
)
 function Leadtools.Medical.Workstation.ListWithEvents.Add( 
   item 
)
public: void Add( 
   T* item
) 
public:
void Add( 
   T* item
) 

Parameters

item
The object to be added to the end of the ListWithEvents<T>. The value can be null for reference types.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.